Size

fun Size(width: Int, height: Int): Size
fun Size(width: Int, height: Int): Size

Creates a new instance of Size with the given width and height.

Since

8.0.0

Parameters

width

The width value of the size.

height

The height value of the size.

Throws